home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / disk / cdrom / 14Bit_CDPlayer.lha / CyberSound / 14bit.driver / Calibration_Source / makefile < prev   
Encoding:
Makefile  |  1995-03-28  |  817 b   |  30 lines

  1. #******************************************************************************
  2. #*
  3. #* SAS-C 6.51 makefile for 14 bit sound driver calibration program
  4. #*
  5. #* (c) 1995 by Christian Buchner
  6. #*
  7. #******************************************************************************
  8.  
  9. ##############################################################################
  10. # Default rules...
  11. #
  12.  
  13. .c.o:
  14.     SC NOSTKCHK PARMS=REG NMINC STRMERGE STREQ MCCONS COMNEST UNSCHAR $*.c
  15.  
  16.  
  17. ##############################################################################
  18. # Build the load file...
  19. #
  20.  
  21. /14Bit_Calibration:    Calibrate.o
  22.         SLINK FROM Calibrate.o TO /14Bit_Calibration SC SD NOICONS LIB LIB:sc.lib+LIB:amiga.lib
  23.  
  24.  
  25. ##############################################################################
  26. # All dependencies...
  27. #
  28.  
  29. Calibrate.o:    Calibrate.c
  30.